From: Jonathan Lebon Date: Fri, 29 Jul 2016 16:31:42 +0000 (-0400) Subject: static-delta: remove unused struct X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~49^2~48 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=1db0c8dcd642e7803a6d90b502664107ce11ec55;p=ostree.git static-delta: remove unused struct Closes: #418 Approved by: cgwalters --- diff --git a/src/libostree/ostree-repo-static-delta-processing.c b/src/libostree/ostree-repo-static-delta-processing.c index ea1aad17..f78b7ab7 100644 --- a/src/libostree/ostree-repo-static-delta-processing.c +++ b/src/libostree/ostree-repo-static-delta-processing.c @@ -87,11 +87,6 @@ typedef gboolean (*DispatchOpFunc) (OstreeRepo *repo, GCancellable *cancellable, GError **error); -typedef struct { - const char *name; - DispatchOpFunc func; -} OstreeStaticDeltaOperation; - #define OPPROTO(name) \ static gboolean dispatch_##name (OstreeRepo *repo, \ StaticDeltaExecutionState *state, \